Welcome![Sign In][Sign Up]
Location:
Search - hardware breakpoint

Search list

[Develop ToolsInterrupt

Description: 很全的中断手册。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEBUGGING EXCEPTIONS INT 02 - external hardware - NON-MASKABLE INTERRUPT INT 03 - CPU-generated - BREAKPOINT INT 04 - CPU-generated - INTO DETECTED OVERFLOW INT 05 - PRINT SCREEN CPU-generated (80186+) - BOUND RANGE EXCEEDED INT 06 - CPU-generated (80286+) - INVALID OPCODE INT 07 - CPU-generated (80286+) - PROCESSOR EXTENSION NOT AVAILABLE INT 08 - IRQ0 - SYSTEM TIMER CPU-generated (80286+) . . .
Platform: | Size: 3543824 | Author: 天雨 | Hits:

[BooksInterrupt

Description: 很全的中断手册。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEBUGGING EXCEPTIONS INT 02 - external hardware - NON-MASKABLE INTERRUPT INT 03 - CPU-generated - BREAKPOINT INT 04 - CPU-generated - INTO DETECTED OVERFLOW INT 05 - PRINT SCREEN CPU-generated (80186+) - BOUND RANGE EXCEEDED INT 06 - CPU-generated (80286+) - INVALID OPCODE INT 07 - CPU-generated (80286+) - PROCESSOR EXTENSION NOT AVAILABLE INT 08 - IRQ0 - SYSTEM TIMER CPU-generated (80286+) . . .-Very wide manual interruption. INT 00- CPU-generated- DIVIDE ERRORINT 01- CPU-generated- SINGLE STEP (80386+)- DEBUGGING EXCEPTIONSINT 02- external hardware- NON-MASKABLE INTERRUPTINT 03- CPU-generated- BREAKPOINTINT 04- CPU-generated- INTO DETECTED OVERFLOWINT 05- PRINT SCREEN CPU-generated (80186+)- BOUND RANGE EXCEEDEDINT 06- CPU-generated (80286+)- INVALID OPCODEINT 07- CPU-generated (80286+)- PROCESSOR EXTENSION NOT AVAILABLEINT 08- IRQ0- SYSTEM TIMER CPU-generated ( 802862B !)...
Platform: | Size: 3544064 | Author: 天雨 | Hits:

[OtherH-JTAG

Description: JTAG调试程序,支持2个断点硬件调试. 适用于LPC23-JTAG debugger, support for two breakpoint debugging hardware. LPC23 apply
Platform: | Size: 1243136 | Author: CQ | Hits:

[Windows DevelopKernel

Description: CE(CheatEngine)驱动源代码,可进行硬件断点管理,内存断点管理,并可在中断时自动修改寄存器内容-CE (CheatEngine) driver source code, can be hardware breakpoints management, memory breakpoint management, and in the disruption of the content of the initiative in amending the Register
Platform: | Size: 539648 | Author: xxxbgg | Hits:

[Process-Threadhardwarebreakpoint

Description: C++硬件CPU断点编程 这个程序可以在X86,X64构架的硬件断点设置,直接利用CPU,而不是在VC等程序下使用软件断点。-C++ Hardware breakpoint CPU programming this procedure can X86, X64 architecture hardware breakpoints settings, the direct use of CPU, rather than in the VC and other procedures using software breakpoints.
Platform: | Size: 237568 | Author: li | Hits:

[OS programhwbrk

Description: 这个程序可以在X86,X64构架的硬件断点设置,直接利用CPU,而不是在VC等程序下使用软件断点。-This procedure can be at X86, X64 architecture hardware breakpoint settings, the direct use of CPU, rather than in the VC and other procedures using software breakpoints.
Platform: | Size: 57344 | Author: xurui | Hits:

[OS programEasyDebug

Description: 一个简单的调试器 主要功能 :1.单步步入 2.单步步过 3.运行 4.自动步过 5.指令记录 6.自动步入 7.跳出函数体 8.dump被调试进程 9.INT3断点 10.硬件断点 11.多内存断点 12.API断点 13.对DLL导出函数的反汇编 14.导入函数名的解析 15.内嵌了一个PE查看工具默认显示被调试程序的PE信息.可以选择查看其他的程序PE信息. 所有的功能都可以使用命令和菜单 快捷键来完成,可以拖拽 -A simple debugger interface simple cottage Windbg. Main features: 1. Single step into the 2 single-step through 3 run 4 automatically step through 5 command record 6 automatically into 7 out of a function body 8.dump debugging process 9.INT3 breakpoint 10. hardware breakpoints 11 and more memory breakpoint 12.API breakpoint 13. DLL export functions for disassembly 14 import function name resolution 15. built a PE View the default display tool program being debugged PE information. can choose to view information about other programs PE all the functions you can use keyboard shortcuts and menu commands to complete, you can drag and drop. code issues in the hope of useful to you Oh. See specific use Help menu
Platform: | Size: 661504 | Author: 曹林开 | Hits:

[Hook apiDebugHooking

Description: Debug Hooking (Part 1) . Hardware Breakpoint (INT 1) hook
Platform: | Size: 182272 | Author: thien | Hits:

[OS programBIOS-Rootkit-

Description: Intel从386开始,在调试方面引入了调试寄存器和硬件断点的概念。 IA-32处理器定义了8个调试寄存器,分别为DR0~DR7。在32位模式下,它们都是32位的;在64位模式下,都是64位。 DR4和DR5是保留的。其他6个寄存器为:4个32位的调试地址寄存器(DR0~DR3);1个32位的调试控制寄存器(DR7)和1个32位的调试状态寄存器(DR6)。通过以上寄存器可以最多设置4个断点,DR0~DR3用来指定断点的内存(线性地址)或I/O地址。DR7用来进一步定义断点的中断条件。DR6的作用是当调试事件发生时,向调试器(debugger)报告事件的详细信息,以供调试器判断发生的是何种事件。-Intel started from 386, introduced in debugging hardware debug breakpoint registers and the concept. IA-32 processor defines eight debug registers, respectively, DR0 ~ DR7. In 32-bit mode, they are 32 in 64-bit mode, all 64-bit. DR4 and DR5 are reserved. The other six registers are: four 32-bit debug address register (DR0 ~ DR3) 1 32-bit debug control register (DR7) and a 32-bit debug status register (DR6). Through the above register can set up to four breakpoints, DR0 ~ DR3 is used to specify the memory breakpoint (linear address) or I/O address. DR7 is used to further define the breakpoint interrupt condition. The role of DR6 when debugging event occurs, the debugger (debugger) reported details of the event for the debugger to determine what kind of events took place.
Platform: | Size: 1771520 | Author: 田浩 | Hits:

[e-language1

Description: 易语言SEH异常处理源码例程程序调用API函数并置入汇编代码,实现SEH异常处理清除硬件断点。 本易语言源码例程属于易语言高级教程。-Easy language SEH exception handling source routine procedure call API functions and inserting a assembly code, realize the SEH exception handling remove hardware breakpoint. This easy language source routines to belong to easy language advanced tutorial.
Platform: | Size: 5120 | Author: 非官方 | Hits:

[OtherCondition_BR

Description: OD调试器插件源码:支持硬件访问,写入,执行条件断点。-OD debugger plug-in source: support for hardware access, write, perform conditional breakpoint.
Platform: | Size: 108544 | Author: Elijah | Hits:

[OS programSunDbg

Description: 调试器的实现:INT3断点 硬件断点 多内存断点 单步异常的处理 功能扩展-The implementation of the debugger: the INT3 breakpoint hardware breakpoint memory breakpoint single step exception handling extensions
Platform: | Size: 412672 | Author: Elijah | Hits:

[OtherBreakPoint

Description: 实现硬件断点的小程序。通过设置Dr0寄存器,对指定的程序下硬件断点。-Applet for hardware breakpoints. Hardware breakpoints, the procedures specified under by set Dr0 register.
Platform: | Size: 11264 | Author: wangjiewen | Hits:

[OtherHwBreak

Description: in source code show function use hardware breakpoint
Platform: | Size: 21504 | Author: nProtect | Hits:

[Linux-Unixkgdb_asm

Description: Code for handling break 8, hardware breakpoint, single step, and serial port exceptions for kernel debugging purposes.
Platform: | Size: 2048 | Author: yuinnyd | Hits:

[OS programMyNTSD

Description: 自己实现的一款控制台版本的动态调试软件 反汇编可执行文件进行动态调试。多用于逆向可执行文件或者动态调试可执行文件BUG。 实现: 单步过, 单步步过, 运行, 指定地址反汇编, 内存数据查看, 当前EIP寄存器查看, INT3断点, 硬件断点, 多内存断点 自定义脚本导入和导出-Own implementation of a console version of dynamic debugging software Disassembly executable dynamic debugging. Reverse used for executable files or dynamic debug binaries BUG. Implementation: Single-step over, Single step before, Run, Disassemble the specified address, Memory data viewing, The current EIP register view, INT3 breakpoints, Hardware breakpoints, More memory breakpoint Import and export custom scripts
Platform: | Size: 93184 | Author: 天清地宁 | Hits:

[Linux-Unixhw_breakpoint

Description: HW_breakpoint: a unified kernel user-space hardware breakpoint facility, using the CPU s debug registers.
Platform: | Size: 5120 | Author: 杨凡 | Hits:

[Linux-Unixhw_breakpoint

Description: HW_breakpoint: a unified kernel user-space hardware breakpoint facility, using the CPU s debug registers.
Platform: | Size: 8192 | Author: whxzgo | Hits:

[e-languageseh

Description: 易语言SEH异常处理源码例程程序调用API函数并置入汇编代码,实现SEH异常处理清除硬件断点。 -Easy language SEH exception handler routines call the API function and placed into the assembly code, SEH exception handling to remove the hardware breakpoint.
Platform: | Size: 3072 | Author: zhchiv | Hits:

CodeBus www.codebus.net